<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*reset.css*/

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

body {
  font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.txtboxcs {
  border: solid 1px #ccc;
  height: 22px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.mt10 {
  margin-top: 10px;
}

/*title*/

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

/* -- 外边距 -- */

.m1 {
  margin: 1px;
}

.m2 {
  margin: 2px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

/*common.css*/

@charset "utf-8";

body {
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
}

/*网站字体颜色*/

a {
  color: #666;
  text-decoration: none;
}

/*for ie f6n.net*/

a:focus {
  outline: 0;
}

/*for ff f6n.net*/

a:hover {
  text-decoration: underline;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: -1.5px;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

/*index.css*/

@charset "utf-8";

/* CSS Document */

/*common*/

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.bg {
  background: #fff;
}

.contant {
  padding: 0;
  overflow: hidden;
  font-family: "Microsoft YaHei";
}

.nobor {
}

html {
  -webkit-text-size-adjust: none;
}

/* -- 页面整体布局 -- */

.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 1200px;
  margin: 0 auto;
}

.h_nav li a:-webkit-any-link {
  display: block;
}

body {
  background: #fff;
}

em {
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*头部开始*/

/*中间*/
.head {
  background: url(../images/topbg01.jpg) repeat-x;
}

.b_top {
  width: 100%;
  height: 114px;
  margin: 0 auto;
}

.b_top .logo {
  width: 318px;
  float: left;
  height: 114px;
  margin-right: 4rem;
}

.b_top .logo a {
  line-height: 114px !important;
  display: table-cell;
  vertical-align: middle;
  height: 114px;
  width: 360px;
}

.b_top .logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle !important;
}

.b_top .search_box {
  float: left;
  margin-top: 30px;
}

.b_top .search_box .search {
  float: left;
  margin-right: 20px;
}

.search .searchBlock {
  width: 500px;
  height: 36px;
  border: solid 2px #0275df;
  background-color: #ffffff;
  position: relative;
  border-radius: 0 3px 3px 0;
  z-index: 1;
}

.search .searchBlock .select {
  min-height: 36px;
  width: 75px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}

.search .searchBlock .select span {
  background: #f2f2f2 url(../images/i1.png) no-repeat 58px center;
  display: block;
  width: 60px;
  line-height: 36px;
  height: 36px;
  padding-left: 15px;
  font-size: 14px;
  color: #5e5e5e;
  cursor: pointer;
  border-right: 1px solid #d8d8d8;
}

.search .searchBlock .select .son {
  display: none;
  position: absolute;
  width: 75px;
  background: #fff;
  right: 0;
  border: 1px solid #d8d8d8;
  top: 36;
}

.search .searchBlock .select .son .sg {
  padding: 0 16px;
  line-height: 34px;
  color: #777;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px dashed #eee;
}

.search .searchBlock .select .son .sg:hover {
  background: #f5f5f5;
}

.search .searchBlock .select .son .sg:last-child {
  border: none;
}

.search .searchBlock span {
  width: 499px;
  display: inline-block;
}

.search .searchBlock .searchText {
  border: none;
  width: 375px;
  height: 36px;
  margin: 0 0 0 75px;
  outline: 0 none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #676767;
  padding-left: 35px;
  background: url(../images/i2.png) no-repeat 12px center;
}

.search .searchBlock .searchBtn {
  border: none;
  width: 82px;
  height: 39px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  float: right;
  background: #0275df;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 3px 3px 0;
}

.search .searchBlock .search_box p {
  font-size: 12px;
  color: #0275df;
  margin-top: 5px;
}

.search .searchBlock .search_box p a {
  color: #a7a7a7;
  margin-right: 10px;
}

.search .searchBlock .search_box p a:hover {
  text-decoration: underline;
  color: #0275df;
}

.search .tag {
  height: 20px;
  margin-top: 5px;
}

.search .tag a {
  color: #a6a6a6;
  line-height: 20px;
  margin-right: 5px;
}

.tag a:hover {
  color: #0275df;
}

/*右侧电话*/
.phone {
  color: #333;
  padding-left: 4.8rem;
  background: url(../images/top-tel.png) no-repeat left top;
  line-height: normal;
  line-height: 14px;
  float: right;
  margin-top: 30px;
  height: 80px;
}

.phone b {
  display: block;
  font-size: 24px;
  line-height: normal;
  line-height: 36px;
  margin-top: 7px;
  color: #0275df;
  font-family: "微软雅黑";
  padding-top: 2px;
}

.phone .yp_1 {
  float: left;
  text-align: left;
  margin-left: 16px;
  font-size: 18px;
}

.h_nav {
  height: 50px;
  /* background:url('../images/h_navbg.gif') repeat-x; */
  background: #0275df;
}

.h_nav ul {
  font-size: 0;
}

.h_nav li {
  width: 130px;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  position: relative;
  z-index: 15;
}

.jieshu {
  background: none !important;
}

.h_nav li.first {
  background: none;
}

.h_nav li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
  text-align: center;
}

.h_nav li a:hover,
.h_nav li.cur a {
  color: #000;
  text-decoration: none;
  background: url(../images/nav_bg.gif) repeat-x;
}

.h_nav li:nth-child(3) div.erj {
  width: 160px;
  background: #fff;
  border: 1px solid #adadad;
  border-top: none;
}

.h_nav li:nth-child(3) div.erj dl {
  width: 150px;
  float: left;
  /* height: 35px; */
  position: relative;
}

.h_nav li:nth-child(3) div.erj dl dt {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
}

.h_nav li:nth-child(3) div.erj dl dt a {
  /* color: #; */
  padding-left: 2px;
}

.h_nav li:nth-child(3) div.erj dd {
  float: left;
  width: 160px;
  border-bottom: 1px solid #b5b5b5;
  position: absolute;
  left: 155px;
  top: 0;
}

.h_nav li:nth-child(3) div.erj dd p {
  float: left;
  width: 160px;
}

.h_nav li:nth-child(3) div.erj dd p a {
  height: 30px;
  line-height: 30px;
}

.h_nav li:nth-child(4) div.erj {
  width: 155px;
  background: #fff;
  border: 1px solid #adadad;
  border-top: none;
}

.h_nav li:nth-child(4) div.erj dl {
  width: 155px;
  float: left;
  /* height: 35px; */
  position: relative;
}

.h_nav li:nth-child(4) div.erj dl dt {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
}

.h_nav li:nth-child(4) div.erj dl dt a {
  /* color: #; */
  padding-left: 2px;
}

.h_nav li:nth-child(4) div.erj dd {
  float: left;
  width: 155px;
  border-bottom: 1px solid #b5b5b5;
  position: absolute;
  left: 160px;
  top: 0;
}

.h_nav li:nth-child(4) div.erj dd p {
  float: left;
  width: 130px;
}

.h_nav li:nth-child(4) div.erj dd p a {
  height: 30px;
  line-height: 30px;
}

.h_nav ul li:nth-child(3) div.erj dt:hover,
.h_nav ul li:nth-child(4) div.erj dt:hover {
  background: url(../images/right1502.png) no-repeat #0275df;
}

/*下拉样式*/

.h_nav ul li div.erj {
  z-index: 15;
  position: absolute;
  top: 50px;
  left: -10px;
  padding: 5px;
  padding-top: 0px;
  display: none;
  /* width: 940px; */
  /* background: #fff; */
}

.h_nav ul li div.erj dt {
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 1);
  /* background:url(../images/bgwhite.png) repeat; */
  /* margin-bottom:1px; */
  /* position:relative; */
  /* border: 2px solid #ebf0f4; */
  /* width: 230px; */
  border-bottom: 1px #b5b5b5 solid;
}

.h_nav ul li div.erj a {
  background: none;
  padding: 0 0 0 10px;
  display: block;
  color: #1e1e1e;
  text-align: left;
  font-size: 16px;
}

.h_nav ul li div.erj dt:hover a {
  color: #fff;
}

.h_nav ul li div.erj a.last,
.h_nav ul li div.erj a:last-child {
  border-bottom: none;
}

.h_nav ul li:hover div.erj {
  display: block;
}

.h_nav ul li div.erj dt:hover {
  /*background-color:rgba(30,144,255,0.8);*/
  background: #0275df;
}

.h_nav ul li div.erj dd p a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 13px;
  color: #444444;
}

.h_nav ul li div.erj dd p a:hover {
  color: #122b88;
  text-decoration: underline;
}

.h_nav ul li div.erj dl {
  width: 170px;
  float: left;
  padding: 0 5px;
  /* background: #fff; */
}

.h_nav ul li div.erj dl:hover dd {
  display: block;
}

.h_nav ul li div.erj dd {
  width: 100%;
  background: #f9f9f9;
  /* height: 150px; */
  height: auto;
  display: none;
}

.h_nav ul li div.erj dd p {
  display: block;
  width: 100%;
}

/*--- 搜索 ---*/

.h-ser {
  height: 50px;
  width: 100%;
  background: url(../images/ser.gif) repeat-x;
}

.ser-con {
  width: 1100px;
  margin: 0 auto;
}

.h-ser p {
  float: left;
  width: 720px;
  line-height: 42px;
}

.h-ser p b {
  color: #333;
}

.h-ser p a {
  padding: 0 5px;
  color: #787878;
}

.s-inp {
  width: 300px;
  position: relative;
  padding: 5px 0 0;
}

.inp01 {
  background: url(../images/s_inp.gif) no-repeat;
  width: 245px;
  height: 31px;
  line-height: 31px;
  border: none;
  padding: 0 0 0 10px;
}

/*头部结束*/
/*广告栏*/
#flashs {
  position: relative;
  height: 550px;
  overflow: hidden;
}

#flashs .bgitem {
  z-index: 1;
  position: absolute;
  top: 0;
}

#flashs .btn {
  position: absolute;
  z-index: 7;
  bottom: 12px;
  left: 46%;
  margin-right: -450px;
  padding: 5px 6px;
}

#flashs .btn span {
  width: 13px;
  height: 13px;
  color: #fffab1;
  background: url("../images/ic1.png") no-repeat;
  float: left;
  cursor: pointer;
  display: block;
  margin-left: 15px;
  /*padding:2px 6px;*/
}

#flashs .btn span.cur {
  width: 13px;
  height: 13px;
  background: url("../images/ic2.png") no-repeat;
  color: #fffab1;
}

/*rollup.css*/

#roll_top,
#fall,
#ct {
  position: relative;
  cursor: pointer;
  height: 72px;
  width: 26px;
}

#roll_top {
  background: url(../images/top.gif) no-repeat;
}

#fall {
  background: url(../images/top.gif) no-repeat 0 -80px;
}

#ct {
  background: url(../images/top.gif) no-repeat 0 -40px;
}

#roll {
  display: block;
  width: 15px;
  margin-right: -500px;
  position: fixed;
  right: 45%;
  top: 50%;
  _margin-right: -505px;
  _position: absolute;
  _margin-top: 300px;
  _top: expression(eval(document.documentElement.scrollTop));
}

#roll_top,
#fall,
#ct {
  position: relative;

  cursor: pointer;

  height: 72px;

  width: 26px;
}

#roll_top {
  background: url(../images/top.gif) no-repeat;
}

#fall {
  background: url(../images/top.gif) no-repeat 0 -80px;
}

#ct {
  background: url(../images/top.gif) no-repeat 0 -40px;
}

/*客服*/

.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px "Microsoft YaHei";
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.yb_bar .yb_top {
  background: #0275df url(../images/rightbar.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
  background: #0275df url(../images/rightbar.png) no-repeat 0 -57px;
}

.yb_bar .yb_tel {
  background: #0275df url(../images/rightbar.png) no-repeat 0 -170px;
}

.yb_bar .yb_QQ {
  text-indent: 0;
  background: #0275df url(../images/rightbar.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
  background: #0275df url(../images/rightbar.png) no-repeat 0 -230px;
}

.hd_qr {
  padding: 0 29px 25px 29px;
}

.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}

/* 
.keifu{ position:fixed; top:10%; right:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #0275df; border-right:7px solid #0275df; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;}
.keifu_con li a{ display:block}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:119px; background:url(../images/keifu.png); background-position:0 -149px; }
 */

/*底部*/
/*友情链接*/

.yqlj {
  padding-top: 30px;
  background: url(../images/l_bg.png);
  padding-bottom: 15px;
}

.yqlj .container {
  position: relative;
}

.yqlj .wpb {
  width: 1200px;
  margin: auto;
}

.yqlj h4 {
  background: url(../images/yqljbd.png) no-repeat center 45px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.yqlj h4 a {
  color: #333;
}

.yqlj h4 em {
  display: block;
  margin: 0 auto;
  font-size: 32px;
  color: #ccc;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.yqlj ul {
  padding: 20px 20px 20px 0;
  position: relative;
  z-index: 1;
}

.yqlj ul li {
  height: 32px;
  width: 1078px;
  margin: auto;
}

.yqlj a.yqlj_more {
  display: block;
  width: 15px;
  height: 16px;
  background: url(../images/yqljbg02.png) no-repeat center;
  position: absolute;
  right: 5px;
  top: 105px;
  z-index: 3;
}

.yqlj ul li a {
  color: #555;
  display: inline-block;
  margin: auto 7px;
  border: 1px solid #000;
}

.yqlj ul li:hover a {
  color: #009946;
}

.yqlj ul li a img {
  display: block;
  height: 51px;
}

/* .link_bg {width:100%;height:100px;margin-top:5px;padding-top:15px; background:url(../images/f_bg1.jpg) no-repeat top center}
.link {width:1100px;margin:0 auto;}
.link_til dt {height:22px;color:#e50515;background:url(../images/link_line.gif) repeat-x left 8px;overflow:hidden;}
.link_til dt span {float:left;padding-right:10px;font-family:"Microsoft YaHei";font-weight:bold;font-size:16px;color:#fff;background:#0156b2;}
.link_til em {padding-left:5px;font-style:normal;font-family: Arial, Helvetica, sans-serif ;}
.link_til dt a {color:#fff;}
.link_til dt i {padding-left:5px;font-style:normal;line-height:20px;float:right;font-family:"宋体";background:#444;}
.link_til dd {line-height:30px;padding-top:5px;}
.link_til dd a {padding:0 16px;color:#f9f9f9;} */

/*底部开始*/

.footer {
  overflow: hidden;
  width: 100%;
  color: #ccc;
  font-size: 13px;
  line-height: 26px;
}

.footer a {
  color: #ccc;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer a:hover {
  color: #e87518;
}

.footer .foot_topbj {
}

.footer .foot_topbj .foot_top {
  display: block;
  width: 90px;
  height: 39px;
  margin: 0 auto;
  overflow: hidden;
}

.footer .foot_main {
  padding: 20px 0 20px 0;
  position: relative;
  background: #333333;
  font-size: 14px;
  border-top: 5px solid #0078cf;
}

.footer .foot_main .foot_lx {
  width: 550px;
  height: 280px;
  float: left;
}

.footer .foot_main .foot_lx dl {
  padding: 15px 0 0 0;
}

.footer .foot_main .foot_lx dt {
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.footer .foot_main .foot_lx dd {
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  float: left;
  width: 250px;
  margin: 10px 0;
}

.footer .foot_main .foot_lx label {
  display: block;
  float: left;
  margin-left: 40px;
  font-size: 17px;
  color: #fff;
}

.footer .foot_main .foot_lx span {
  float: left;
}

.footer .foot_main .foot_lx em {
  float: left;
  font-style: normal;
  padding-right: 5px;
}

.footer .foot_main .foot_lx a {
  float: left;
}

.footer .foot_main .foot_lx .tel {
  font-family: Arial, Helvetica, sans-serif;
}

.footer .foot_main .foot_lx .tel i {
  font-size: 20px;
  font-style: normal;
}

.footer .foot_main .foot_lx .tel b {
  color: #d6d6d6;
  font-size: 18px;
  font-weight: normal;
}

.footer .foot_main .foot_lx .tb1 {
  background: url(../images/footer_icon.png) left 0 no-repeat;
}

.footer .foot_main .foot_lx .tb2 {
  background: url(../images/footer_icon.png) left -31px no-repeat;
  color: #34a5e3;
}

.footer .foot_main .foot_lx .tb2 a {
  color: #34a5e3;
}

.footer .foot_main .foot_lx .tb3 {
  background: url(../images/footer_icon.png) left -62px no-repeat;
  /* width: 230px; */
}

.footer .foot_main .foot_lx .tb4 {
  background: url(../images/footer_icon.png) left -93px no-repeat;
}

.footer .foot_main .foot_lx .tb5 {
  background: url(../images/footer_icon.png) left -124px no-repeat;
  /* width: 250px; */
}

.footer .foot_main .foot_lx .tb6 {
  background: url(../images/footer_icon.png) left -155px no-repeat;
}

.footer .foot_main .foot_lx .tb7 {
  background: url(../images/footer_icon.png) left -186px no-repeat;
}

.footer .foot_main .foot_about {
  width: 290px;
  height: 310px;
  padding: 0 30px;
  float: left;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

.footer .foot_main .foot_about .nr {
  overflow: hidden;
  margin: 10px auto;
}

.footer .foot_main .foot_about .nr a {
  color: #ccc;
}

.footer .foot_main .foot_about p {
  width: 30%;
  float: left;
  background: #b00018;
  margin: 0 4px;
  text-align: center;
}

.footer .foot_main .foot_about a {
  color: #fff;
  line-height: 30px;
}

.footer .foot_main .foot_ewm {
  float: right;
  width: 373px;
  height: 280px;
  margin-right: 15px;
  position: relative;
}

.footer .foot_main .foot_ewm dl {
  float: right;
  /* padding: 35px 0 0 0; */
}

.footer .foot_main .foot_ewm dt {
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}

.footer .foot_main .foot_ewm dd {
  float: left;
  width: 150px;
  margin: 0 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.footer .foot_main .foot_ewm .foot_ewm_pic {
  position: absolute;
  left: 20px;
  top: -65px;
}

.footer .foot_main .foot_bt {
  font-size: 35px;
  color: #fff;
  padding-bottom: 5px;
  line-height: 30px;
}

.footer .foot_main .wpb {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.wpb {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.footer .foot_copy {
  background: #292929;
  overflow: hidden;
  padding: 14px 0;
}

.footer .foot_copy .sm {
  /* float: left; */
  text-align: center;
}

.footer .foot_copy .href {
  float: left;
  margin-left: 80px;
}

/* .f_bottom{height:256px;color:#ffdf88;background:url(../images/f_bg2.jpg) no-repeat bottom;}
.bot_nav{height:35px;line-height:35px;text-align:center;color:#fff;background:#0156b2;}
.Shadow {
	width: 100%;
	height: 20px;
	background: url(../images/subNav.png) no-repeat center 0;
}
.bot_nav a{padding:0 15px;color:#fff;}
.copy_rt{padding:10px 0 0 134px;line-height:25px;color:#a9a9a9;overflow:hidden;}
.copy_rt dt {float:left;width:298px;height:111px;padding:30px 15px 13px 0;border-right:1px solid #66685f;}
.copy_rt dt img {vertical-align:top;}
.copy_rt dd {float:left;width:580px;padding-left:16px; color:#FFF}
.copy_rt dd a{ color:#fff;}
.copy_rt a {color:#666;}
.tx1 {float:left;width:250px;text-align:center;}
.qr {float:left;width:71px;height:71px;margin:25px 0 0 10px;display:inline;}
.qr img {width:71px;height:71px;vertical-align:top;} */
</pre></body></html>